home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 June
/
ccd0605.iso
/
Software
/
Shareware
/
Utilitare
/
supercoolpim
/
setup.exe
/
{app}
/
SuperCoolPIM.exe
/
0
/
RCDATA
/
TFRFMTFORM
/
TFRFMTFORM.txt
Wrap
Text File
|
2005-01-28
|
2KB
|
123 lines
object frFmtForm: TfrFmtForm
Left = 200
Top = 108
BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
BorderStyle = bsDialog
Caption = 'Variable formatting'
ClientHeight = 217
ClientWidth = 276
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnActivate = FormActivate
OnCreate = FormCreate
OnDeactivate = FormDeactivate
PixelsPerInch = 96
TextHeight = 13
object GroupBox2: TGroupBox
Left = 4
Top = 1
Width = 268
Height = 180
TabOrder = 0
object Label3: TLabel
Left = 96
Top = 152
Width = 32
Height = 13
Alignment = taRightJustify
Caption = 'Format'
FocusControl = FormatEdit
end
object Label1: TLabel
Left = 8
Top = 124
Width = 65
Height = 13
Caption = 'Decimal digits'
FocusControl = DecEdit
end
object Label2: TLabel
Left = 164
Top = 124
Width = 62
Height = 13
Alignment = taRightJustify
Caption = 'Frac delimiter'
FocusControl = SplEdit
end
object CatLB: TListBox
Left = 8
Top = 16
Width = 121
Height = 97
HelpContext = 21
ItemHeight = 13
TabOrder = 0
OnClick = CatLBClick
end
object TypeLB: TListBox
Left = 136
Top = 16
Width = 121
Height = 97
HelpContext = 31
ItemHeight = 13
TabOrder = 1
OnClick = TypeLBClick
end
object FormatEdit: TEdit
Left = 136
Top = 148
Width = 121
Height = 21
HelpContext = 61
TabOrder = 2
end
object DecEdit: TEdit
Left = 84
Top = 120
Width = 25
Height = 21
HelpContext = 51
TabOrder = 3
Text = '0'
end
object SplEdit: TEdit
Left = 232
Top = 120
Width = 25
Height = 21
HelpContext = 41
MaxLength = 1
TabOrder = 4
Text = 'SplEdit'
OnEnter = SplEditEnter
end
end
object Button1: TButton
Left = 117
Top = 188
Width = 75
Height = 25
HelpContext = 40
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object Button2: TButton
Left = 197
Top = 188
Width = 75
Height = 25
HelpContext = 50
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
end